home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / maxsbbsus.lha / MAX154 / TBM / Scripts / All < prev    next >
Text File  |  1995-04-25  |  1KB  |  50 lines

  1. ; this is the scriptfile I use to fire up four nodes in the correct screen
  2. ; order from the Workbench or startup-sequence
  3.  
  4.  
  5. Task 1                 ; my renamed ChangeTaskPri command
  6. CD BBS:
  7. Stack 100000           ; lotsa files, lotsa menus, just playing it safe
  8.  
  9. Run >nil: TBMBBS TBMBBS.config1  ; my 28.8 node
  10. Wait 7                           ; waits for modem to be initialized
  11. MP 625 8                         ; MP and FK head on back to the Workbench
  12. FK 0 lalt lcommand
  13. FK 0 return
  14. MP 615 30                        ; moves down a little bit and
  15. FK 0 lalt lcommand               ; activates the WB
  16. FK 0 return
  17. Wait 1
  18.  
  19. Run >nil: TBMBBS TBMBBS.config2  ; fires up the second node
  20. Wait 6
  21. MP 625 8
  22. FK 0 lalt lcommand
  23. FK 0 return
  24. MP 615 30
  25. FK 0 lalt lcommand
  26. FK 0 return
  27. Wait 1
  28.  
  29. Run >nil: TBMBBS TBMBBS.config3  ; third node
  30. Wait 6
  31. MP 625 8
  32. FK 0 lalt lcommand
  33. FK 0 return
  34. MP 615 30
  35. FK 0 lalt lcommand
  36. FK 0 return
  37. Wait 1
  38.  
  39. Run >nil: TBMBBS -s TBMBBS.config1   ; own node gets fired up in Sleep Mode
  40. Wait 3
  41. MP 625 8
  42. FK 0 lalt lcommand
  43. FK 0 return
  44.  
  45.  
  46. ; I actually have two scriptfiles, this is the one I run from the st-seq.  
  47. ; In the one I run from the Workbench, it actually comes back around to the
  48. ; the Workbench screen one last time and closes the BBS window for me. <wink>
  49.  
  50.